getFrameX

abstract fun getFrameX(block: DesignBlock): Float

Get a block's layout position on the x-axis. The layout position is only available after an internal update loop, which may not happen immediately.

Return

the layout position.

Parameters

block

the block to query.